BodyPart Class

Class BodyPart.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class BodyPart
Inheritance
Object    BodyPart

Constructors

BodyPart Initializes a new instance of the BodyPart class.
BodyPart(Attachment) Initializes a new instance of the BodyPart class.

Properties

Body Gets or sets the body.
BodyParts Gets the body parts.
ContentDescription Gets or sets the content description.
ContentDisposition Gets or sets the content disposition.
ContentID Gets or sets the content identifier.
ContentLocation Gets or sets the content location.
ContentTransferEncoding Gets or sets the content transfer encoding.
ContentType Gets or sets the type of the content.
EmbeddedMessage Gets or sets the embedded message.
HeaderCharSet Gets or sets the header character set.
HeaderEncoding Gets or sets the header encoding.
Headers Gets the headers.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBytes Gets the bytes.
GetHashCode
(Inherited from Object)
GetStream Gets the stream.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Save(Stream) Saves the specified stream.
Save(String) Saves the specified file path.
Save(String, Boolean) Saves the specified file path.
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also